object handle

英 [ˈɒbdʒɪkt ˈhændl] 美 [ˈɑːbdʒekt ˈhændl]

网络  对象句柄

计算机



双语例句

  1. When the client invokes one of the service operations, this object is used to handle the operation and return the results.
    当客户端调用其中一个服务操作时,这个对象将处理这个操作并返回结果。
  2. For example, the proxy class could delegate the method invocation to any other object or even handle it itself.
    例如,代理类可以把方法调用委托其他任何对象,甚至是处理程序本身。
  3. Requests initiated by the form are made using the callService JavaScript function, which uses the XMLHttpRequest object to handle the HTTP communications.
    由表单发起的请求都是使用callServiceJavaScript函数发出的,该函数将使用XMLHttpRequest对象处理HTTP通信。
  4. The reason for doing this is simple: although the Preferences object does not handle objects, it does handle byte arrays.
    这样做的原因很简单:尽管Preferences对象不处理对象,但是它可以处理字节数组。
  5. In Rhino, I mirror this behavior by holding on to the components to be added to the JPanel and assigning functions to data members of this object to handle events.
    在Rhino中,可以持有将添加到JPanel中的组件,并为该对象的数据成员分配函数来处理事件,通过以上操作可以映射该行为。
  6. Inside an object, there is no such handle, so you must fall back on$ this.
    在对象内部,则无此句柄,所以必须求助于$this。
  7. Based on the condition, the code selects the appropriate type of object to handle the request.
    根据条件,代码将选择相应类型的对象来处理请求。
  8. In our performance test, we measured the time required to get an object handle to100 documents.
    在我们的性能测试中,我们测量了获取一个对象来处理100个文档所需的时间。
  9. The groovlet also updates the session object with the user's Twitter handle, after which the User object is either created or updated.
    在创建或更新User对象以后,groovlet还通过用户的Twitter句柄更新session对象。
  10. In the articles to come, you'll learn to master this object, how to handle JavaScript-to-server communication, how to work with HTML forms, and even get a handle on the DOM.
    在下一期文章中,您将掌握这个对象,学会如何处理JavaScript和服务器的通信、如何使用HTML表单以及如何获得DOM句柄。
  11. Outside of an object, there is a handle you can use to access its elements ($ en, in this case).
    在对象外部,可以使用句柄来访问它的元素(在本例子中是$en)。
  12. Each message object has a unique ID and a receipt handle associated with it.
    每个消息对象有相关联的惟一ID和收件句柄。
  13. The message informs the delegate of an event that the delegating object is about to handle or has just handled.
    消息通知事件的委托方法,委托对象将要处理或已经处理。
  14. The Group object will then handle the sorting.
    Group对象然后再处理排序的问题。
  15. So with that link established, you need to get an object that can handle XPath expression evaluation.
    因此,建立这种联系后,还需要获得一个能够处理XPath表达式求值的对象。
  16. On the other hand, the notion of a kid's identity will almost certainly be modeled, since some object in the system must handle authentication.
    另一方面,既然系统里某个对象必须处理验证,那么小孩身份的概念几乎肯定会被建模。
  17. We prefer the latter option because it allows us to simply associate a custom converter ( with built-in validation logic) with a specific object type and have JSF handle that object type.
    我们偏向后一种方法,因为它让我们可以将自定义转换器(自带验证逻辑)与特定的对象类型相关联,并让JSF处理这种对象类型。
  18. A loose term for the object ( s) that handle a request, and indicate its completion by a signal.
    对象中用来处理请求并通过信号来通知完成信息的部分。
  19. Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request.
    经由给多于一个对象一个处理数据的机会,以避免请求发送者到他的接收者之间的藕合。
  20. A strong handle keeps an object alive, whereas a weak handle does not.
    强句柄保持对象处于活动状态,而弱句柄却不能。
  21. When a request comes in, we deserialize the XML into a command object using XStream and appropriately handle it.
    在请求传入时,我们使用XStream将XML反序列化成一个命令对象,然后合理地进行处理就可以了。
  22. Rotate the attached object from the Rotation Handle.
    从旋转控制柄旋转附加的物体。
  23. Let the last object to handle an object delete it.
    让最后的对象来控制一个对象来删除它。
  24. A great example of this was my initial implementation of Just In Time Resources: ActiveDependency overrides const_missing in Object and Module to handle code reloading.
    一个很明显的例子就是我最初实现的JustInTimeResources:ActiveDependency重写(override)了对象和模块中的constmissing方法来处理代码重载。
  25. The object manager checks whether the action being attempted is among the granted access rights associated with the object's handle.
    对象管理器将检查正在尝试的操作是否具有与对象句柄相关联的访问权限。
  26. It is the only tangible object the astronomer can handle.
    这是天文学家能够掌握的唯一可接触的对象。
  27. The object handle specified is not valid.
    指定的对象句柄无效。
  28. Digital Object Identifier: Handle System
    数字对象唯一标识HandleSystem
  29. The main idea of the abstract symbol table is the generation of an abstract address for every addressable object to handle various data types and memory operations uniformly.
    抽象符号表的基本思想是,通过为可寻址对象生成抽象地址统一处理各种数据类型和建模内存操作。